Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --open-new option when starting liveserver #960

Merged
merged 12 commits into from
Jan 30, 2022
Merged

Remove --open-new option when starting liveserver #960

merged 12 commits into from
Jan 30, 2022

Conversation

gpopides
Copy link
Contributor

Refers to #950 (specifically point 1 of this comment)

Note. (Git history seems a bit messed, while it's already rebased)

@josevalim
Copy link
Contributor

FWIW, the commit history issue is because you did your work on main. Once this is merged, I recommend deleting and starting a new fork and doing your work on branches. :)

@josevalim josevalim merged commit 0cae21e into livebook-dev:main Jan 30, 2022
@josevalim
Copy link
Contributor

💚 💙 💜 💛 ❤️

@@ -15,12 +15,20 @@ defmodule LivebookCLI.Server do
@impl true
def usage() do
"""
Usage: livebook server [url] [options]
Usage: livebook server [open-command] [--options]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josevalim what about livebook server [options] [open-command]?

I think it's more common to list options first. Also --options looks like it was an actual option.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants